home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib9
/
v_11_01
/
1101022a
< prev
next >
Wrap
Text File
|
1995-11-01
|
140b
|
9 lines
/* API.H */
typedef struct tagREGION
{
int vertex_count;
int *vertices;
} REGION;
int DefineHotSpot (int id, REGION *pRegion);